GetPreserveGlyph
GetPreserveGlyph Find whether TrueType glyph shape is preserved or
not
#include <Fonts.h> Font Manager
Boolean GetPreserveGlyph(void );
The GetPreserveGlyph function returns a Boolean value indicating whether
the Font Manager preserves the shape of TrueType glyphs, which by default
is FALSE. Your application can set the behavior of the
Font Manager using the SetPreserveGlyph procedure.
Returns: Boolean TRUE = does preserve TrueType glyph shape
FALSE = does not preserve TrueType glyph shape